home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_5172 / PlaceObject2_112_53 / CLIPACTIONRECORD onClipEvent(keyDown).as
Encoding:
Text File  |  2011-10-17  |  259 b   |  14 lines

  1. onClipEvent(keyDown){
  2.    if(Key.isDown(40) || Key.isDown(38))
  3.    {
  4.       if(_root.btnskip.enabled)
  5.       {
  6.          Selection.setFocus("_root.btnskip");
  7.       }
  8.    }
  9.    if(_root.btngo.enabled)
  10.    {
  11.       Selection.setFocus("_root.btngo");
  12.    }
  13. }
  14.